home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / handscan.arc / LOGITECH.DOC < prev    next >
Text File  |  1990-06-26  |  727b  |  19 lines

  1.             LOGITECH.SYS Documentation
  2.  
  3.     LOGITECH.SYS is a DOS device driver that allows the Logitech 
  4. ScanMan to be used with PC PaintBrush. The resolutions are 400, 300,
  5. 200 and 100 dpi. Dither and Brightness are set on the scanner itself.
  6.  
  7.     Options are:
  8.     /C    channel for DMA, 1 or 3 (default is channel 1)
  9.     /D    double buffering switch (for some EMS boards)
  10.     /H    hex port value, default is 280H (no 'H' needed at end)
  11.     /N    new Logitech scanner interface card (with the switches on
  12.                 the back of the scanner)
  13.  
  14.         Examples:
  15.     device=logitech.sys        ;set up for DMA channel 1 & Port 280H
  16.     device=logitech.sys /c1        ;set up for DMA channel 1
  17.     device=logitech.sys /c3 /h3e0    ;set up for DMA channel 3 & Port 3E0H
  18.         
  19.